home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / COMM / DTR / DTR.DOC next >
Text File  |  1992-07-04  |  2KB  |  61 lines

  1.  
  2. 1. Included in the archive:
  3.  
  4. DTRCTRL.PAS    A Turbo Pascal 6.0 unit for DTR control with sources so
  5. DTRCTRL.TPU    you can compile this with another version of Turbo Pascal
  6.  
  7. DTR.PAS        A little utility to drop or raise DTR with Turbo Pascal
  8. DTR.EXE        sources
  9.  
  10. HANGUP.PAS     A utility that will hang up the modem, by dropping the DTR,
  11. HANGUP.EXE     pausing and raising the DTR
  12.  
  13. 2. Usage of the DTRCTRL unit:
  14.  
  15. Two functions can be used in this unit:
  16.  
  17.  - DTRControl (COMPort: Byte; DTR: Boolean);
  18.      You just have to specify for which COMPort you want to change the
  19.      DTR State, and the DTR option is: TRUE = Raise DTR, FALSE = Drop DTR
  20.  
  21.  - DTRState (COMPort: Byte);
  22.      Returns TRUE if the DTR of the specified COMPort is ON (Raised) and
  23.      FALSE if the DTR is OFF (Dropped)
  24.  
  25. 3. Other programs in the archive:
  26.  
  27. You can get the information about their usage by typing the name of the
  28. EXE file without specifying any parameter.
  29.  
  30. 4. Specifications:
  31.  
  32. If you want to use the DTR as a hangup utility, you have to configure the
  33. modem so when the DTR is off, it hangs up. With lots of modems, you
  34. configure it by typing: AT &D2.
  35.  
  36. 5. Using the unit in your programs
  37.  
  38. There is no fee when you want to use this unit in your programs. The only
  39. thing you have to do is to SHARE YOUR KNOWLEDGE with other computer users!
  40. If you have problems or questions with serial port and modem programming
  41. (or other topics), you can contact me:
  42.  
  43.  - VIA Mail:
  44.        Les Logiciels de Marque inc.
  45.        a/s Marc Boutet
  46.        974 Senneterre
  47.        Sainte-Foy, Québec, Canada
  48.        G1X 3Y3
  49.  
  50.  - VIA America On-Line: BERGERONG
  51.  
  52.  - VIA BBS: (418) 651-1394 or (418) 651-7662, login on user: SUPPORT
  53.                                                    password: DTR
  54.  
  55.  - VIA Phone: (418) 653-1881
  56.  
  57. It will also be a pleasure for me to know that you use my units, so let
  58. me know!
  59.  
  60. Good success!
  61.